GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-12-25T12:48:52.1397336+00:00",
"SubmitDate": "2025-12-25T12:48:52.1397336+00:00",
"ReportPeriodStart": "2025-12-25T12:48:52.1397336+00:00",
"ReportPeriodEnd": "2025-12-25T12:48:52.1397336+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7356ec0b-46ba-4226-a0b6-8542fc913c40",
"Rows": [
{
"ItemId": "6023c4d6-03de-43d4-ae49-289b90196528",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6023c4d6-03de-43d4-ae49-289b90196528",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7356ec0b-46ba-4226-a0b6-8542fc913c40",
"Rows": [
{
"ItemId": "6023c4d6-03de-43d4-ae49-289b90196528",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6023c4d6-03de-43d4-ae49-289b90196528",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"60c56bb9-72ad-4d5e-9dd3-7bd0efe49e28",
"c79c198b-f18c-4eb5-a71f-a49a658d908a"
],
"Approvers": [
"474a5fa5-eb5f-43c2-ab61-c7bd0c8a452b",
"3ea9ec4c-160f-4546-83a9-60f30fb817d7"
],
"ApprovedBy": "36d4a735-9686-4fe9-9bc5-55e3d34254bc",
"ApprovalDate": "2025-12-25T12:48:52.1397336+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9d77b814-c2b9-4a3a-9c40-202a934cbd59",
"id": "7316a8b6-1970-4caa-990a-e57610124e72",
"ConfigId": "b79f1e4c-681f-493d-ae43-46681fc1c2ea"
},
{
"GenerationDate": "2025-12-25T12:48:52.1397336+00:00",
"SubmitDate": "2025-12-25T12:48:52.1397336+00:00",
"ReportPeriodStart": "2025-12-25T12:48:52.1397336+00:00",
"ReportPeriodEnd": "2025-12-25T12:48:52.1397336+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7356ec0b-46ba-4226-a0b6-8542fc913c40",
"Rows": [
{
"ItemId": "6023c4d6-03de-43d4-ae49-289b90196528",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6023c4d6-03de-43d4-ae49-289b90196528",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7356ec0b-46ba-4226-a0b6-8542fc913c40",
"Rows": [
{
"ItemId": "6023c4d6-03de-43d4-ae49-289b90196528",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6023c4d6-03de-43d4-ae49-289b90196528",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"60c56bb9-72ad-4d5e-9dd3-7bd0efe49e28",
"c79c198b-f18c-4eb5-a71f-a49a658d908a"
],
"Approvers": [
"474a5fa5-eb5f-43c2-ab61-c7bd0c8a452b",
"3ea9ec4c-160f-4546-83a9-60f30fb817d7"
],
"ApprovedBy": "36d4a735-9686-4fe9-9bc5-55e3d34254bc",
"ApprovalDate": "2025-12-25T12:48:52.1397336+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9d77b814-c2b9-4a3a-9c40-202a934cbd59",
"id": "7316a8b6-1970-4caa-990a-e57610124e72",
"ConfigId": "b79f1e4c-681f-493d-ae43-46681fc1c2ea"
}
]